24b0cdb742699d152a5377294c1b08a8a181de81,src/org/pentaho/di/job/entries/mssqlbulkload/JobEntryMssqlBulkLoad.java,JobEntryMssqlBulkLoad,loadRep,#Repository#number#List#List#,147
Before Change
filename = rep.getJobEntryAttributeString(id_jobentry, "filename");
separator = rep.getJobEntryAttributeString(id_jobentry, "separator");
lineterminated = rep.getJobEntryAttributeString(id_jobentry, "lineterminated");
takelines = rep.getJobEntryAttributeString(id_jobentry, "takelines");
orderby = rep.getJobEntryAttributeString(id_jobentry, "orderby");
addfiletoresult=rep.getJobEntryAttributeBoolean(id_jobentry, "addfiletoresult");
After Change
datafiletype = rep.getJobEntryAttributeString(id_jobentry, "datafiletype");
fieldterminator = rep.getJobEntryAttributeString(id_jobentry, "fieldterminator");
lineterminated = rep.getJobEntryAttributeString(id_jobentry, "lineterminated");
codepage = rep.getJobEntryAttributeString(id_jobentry, "codepage");
specificcodepage = rep.getJobEntryAttributeString(id_jobentry, "specificcodepage");
startfile = rep.getJobEntryAttributeString(id_jobentry, "startfile");
endfile = rep.getJobEntryAttributeString(id_jobentry, "endfile");
orderby = rep.getJobEntryAttributeString(id_jobentry, "orderby");